home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir41 / ssinf323.zip / READ.ME < prev    next >
Text File  |  1993-05-09  |  2KB  |  51 lines

  1.  
  2. CREATING THE EXTERNAL BOARD IDENTIFICATION FILE
  3. -----------------------------------------------
  4.  
  5. If Sysinfo does not recognise a board by name, it normally
  6. prints the Manufacturer and Product numbers.  Since version
  7. 3.22 it now looks in an external file (if it exists) in 
  8. the S: directory called "sysinfo.boards" in an attempt to match 
  9. each of these unknown board numbers with strings that you
  10. have supplied within the file.
  11.  
  12. The file *MUST* be called sysinfo.boards and *MUST* be in
  13. the S: directory.
  14.  
  15. The file must have a strict specific format as shown below.
  16.  
  17. Comments are allowed but *MUST* only be at the top of the file,
  18. and the first character on the beginning of each line *MUST*
  19. be a semi-colon (;)  Blank lines are not allowed and will cause
  20. errors unless preceded with a semi-colon. 
  21.  
  22. Each different board must be on a new line and the
  23. manufacturer must be given for each product number, even
  24. if they are the same.  For example, Commodore cards are
  25. known by Sysinfo, but if they were not, and you had a 
  26. A2091 card, Sysinfo would have displayed it as Manufacturer 514
  27. and Product 3, and the memory portion of the board as 
  28. Manufacturer 514 with Product 10.  These two entries would
  29. be in the ascii file as :-
  30.  
  31. 514 COMMODORE 3 A2901/A590
  32. 514 COMMODORE 10 FAST-MEMORY
  33.  
  34. See the example sysinfo.boards file with this archive
  35. for a complete working example.
  36.  
  37. ***************
  38. ***IMPORTANT***
  39. ***************
  40.  
  41. Each name that follows each number **MUST** not contain 
  42. spaces, if you want to seperate two names then use
  43. hyphens, periods or slashes etc., as shown in the example 
  44. above.
  45.  
  46. There must be at least one space between each of the numbers 
  47. and the name strings on every line, as these are used
  48. as delimiters for seperating numbers from the names and also 
  49. used to null terminate the strings for printing. 
  50.  
  51.